home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / tail.man < prev    next >
Text File  |  1989-02-08  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. TAIL                      User Commands                      TAIL
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      tail - deliver the last part of a file
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ttaaiill [++--]nnuummbbeerr[llbbcc][rrff] [ffiillee]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _T_a_i_l copies the named file to the standard output beginning
  16.      at a designated place.  If no file is named, the standard
  17.      input is used.
  18.  
  19.      Copying begins at distance +_n_u_m_b_e_r from the beginning, or
  20.      -_n_u_m_b_e_r from the end of the input.  _N_u_m_b_e_r is counted in
  21.      units of lines, blocks or characters, according to the
  22.      appended option ll,, bb or cc.. When no units are specified,
  23.      counting is by lines.
  24.  
  25.      Specifying rr causes tail to print lines from the end of the
  26.      file in reverse order.  The default for rr is to print the
  27.      entire file this way.  Specifying ff causes _t_a_i_l to not quit
  28.      at end of file, but rather wait and try to read repeatedly
  29.      in hopes that the file will grow.
  30.  
  31. SSEEEE AALLSSOO
  32.      dd(1)
  33.  
  34. BBUUGGSS
  35.      Tails relative to the end of the file are treasured up in a
  36.      buffer, and thus are limited in length.
  37.  
  38.      Various kinds of anomalous behavior may happen with charac-
  39.      ter special files.
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0            September 29, 1987                       1
  64.  
  65.  
  66.  
  67.